Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
explore-config
Advanced tools
npm install explore-config
exploreConfig(name: string, options: ExploreConfigOptions)
import exploreConfig from 'explore-config'
/**
* 1. explore -> techor.config.js
* 2. explore -> techor.config.ts
* 3. explore -> techor.config.cjs
* 4. explore -> techor.config.cts
* 5. explore -> techor.config.mjs
* 6. explore -> techor.config.mts
* */
const config = exploreConfig('techor.config')
console.log(config)
// -> {...}
export interface ExploreConfigOptions {
extensions?: ('js' | 'ts' | 'cjs' | 'cts' | 'mjs' | 'mts')[]
resolvedKeys?: string[]
cwd?: string
found?: (basename: string, configPath: string) => void
}
FAQs
Explore multi-format JavaScript module configuration
We found that explore-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.